home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / T-Z / Weight Loss.sea / Weight Loss / background_4593.txt < prev    next >
Text File  |  1990-10-04  |  3KB  |  127 lines

  1. -- background: 4593 from stack: in
  2. -- bmap block id: 4825
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Diet Data
  6.  
  7.  
  8. -- part 47 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=87 top=17 right=34 bottom=243
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Mask5
  20.  
  21.  
  22. -- part 48 (button)
  23. -- low flags: 00
  24. -- high flags: 0001
  25. -- rect: left=256 top=16 right=34 bottom=466
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Mask6
  34.  
  35.  
  36. -- part 49 (field)
  37. -- low flags: 00
  38. -- high flags: 0001
  39. -- rect: left=16 top=27 right=327 bottom=496
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Mask7
  48.  
  49.  
  50. -- part 50 (button)
  51. -- low flags: 80
  52. -- high flags: A003
  53. -- rect: left=220 top=56 right=77 bottom=309
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Reset
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   Hide Background Button "Reset"
  65.   show card button "calories"
  66.   show card button "preferred date"
  67.   show card button "preferred lbs/week"
  68.   show card button "calculate"
  69.   show card button "enter data"
  70.   show card button "Home"
  71.   hide card field "instructions"
  72.   hide card button "OK"
  73.   show card button "instructions"
  74.   answer "did you plot a graph last time?" with "YES" OR "NO"
  75.   if it is "yes" then show card button "view graph" else hide card button "view graph"
  76.   hide card button "plot it"
  77.   if card field "Date"is empty then hide card button "calculate"
  78.   else show card button "calculate"
  79.   show background button "mask5"
  80.   show background button "mask6"
  81.  
  82.   show Card field "title"
  83.   show Card field "wt Now"
  84.   show Card field "y"
  85.   show Card field "twlp"
  86.   show Card field "f1"
  87.   show Card field "f5"
  88.   show Card field "f2"
  89.   show Card field "wtl"
  90.   show Card field "f3"
  91.   show Card field "weeks"
  92.   show Card field "f4"
  93.   show Card field "AWL"
  94.   show Card field "f6"
  95.   show Card field "wt loss"
  96.   show Card field "f7"
  97.   show Card field "wod"
  98.   show Card field "f8"
  99.   show Card field "mean loss"
  100.   show Card field "Target Date"
  101.  
  102.   show background field "mask7"
  103.  
  104.   hide Card field "message"
  105.   hide Card field "message2"
  106.  
  107.   Hide card button "mask1"
  108.   Hide card button "mask2"
  109.   Hide card button "mask3"
  110.   Hide card button "Clear Data"
  111.   Hide card button "Store Data"
  112.   Hide card button "Retrieve data"
  113.   Hide card button "Exchange Data"
  114.   Hide card button "get equation"
  115.   hide card button "check errors"
  116.  
  117.   Hide Card Field "Date"
  118.   Hide Card Field "weight"
  119.   Hide Card Field "Title1"
  120.   Hide Card Field "Title2"
  121.  
  122.  
  123.  
  124.  
  125. end mouseUp
  126.  
  127.